﻿.container1 {
    width: 1200px !important;
    margin: 0 auto;
}

html,
body {
    width: 100%;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

body {
    position: relative;
    background-color: #F6F6F6;
}

a:hover {
    text-decoration: none;
}


/* header区域 */

header .top {
    height: 36px;
    background-color: #fff;
    line-height: 36px;
}

header .top .container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top h3 {
    font-size: 19.997px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

header .top .right {
    display: flex;
    align-items: center;
}

header .top .login {
    margin-right: 30px;
}

header .top .login a {
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}

header .top .login span {
    margin: 10.003px
}

header .top .contact {
    display: flex;
    align-items: center;
}

header .top .contact img {
    width: 24px;
}

header .top .contact span {
    margin: 0 7.997px;
    font-size: 13.997px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #2B2B2B;
}

header .top .contact .phone {
    font-size: 19.997px;
    font-family: Bahnschrift-Regular, Bahnschrift;
    font-weight: 400;
    color: #2B2B2B;
}

header .middle {
    height: 114.998px;
    line-height: 114.998px;
    background-color: #eff4f7;
}

header .middle .container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .middle .logo a img {
    width: 191.002px;
}

header .middle .searchbox {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 19.997px;
}

header .middle .searchbox input {
    padding-left: 10.003px;
    width: 671.002px;
    height: 43.997px;
    background: #F6F6F6;
    opacity: 1;
    border: 2px solid #363A8F;
    font-size: 13.997px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000;
    border-radius: 0;
}

header .middle .searchbox .btn {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 135.005px;
    height: 43.997px;
    background-color: #363A8F;
    font-size: 19.997px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}

header .middle .search {
    height: 114.998px;
}

header .middle .search ul {
    height: 48px;
    line-height: 48px;
    display: flex;
    margin-bottom: 0;
}

header .middle .search ul li {
    margin-right: 42px;
}

header .middle .search ul li a {
    font-size: 13.997px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

header .middle .fold {
    display: none;
    margin-right: 38.4px;
}

header .middle .fold i {
    font-size: 96px;
}

header nav {
    height: 49.997px;
    background: #363A8F;
}

header nav ul {
    display: flex;
    height: 49.997px;
    line-height: 49.997px;
}

header nav ul li {
    margin-right: 30px;
    padding: 0 25.005px;
}

header nav ul li:hover {
    background-color: #fff;
}

header nav ul li:hover a {
    color: #363A8F;
}

header nav ul li a {
    display: inline-block;
    height: 100%;
    font-size: 18px;
    font-family: Source Han Sans CN-Normal, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

a:active {
    color: #363A8F;
}

.current {
    background-color: #fff;
}

.current a {
    color: #363A8F;
    text-decoration: none;
}


/* main区域 */


/* footer区域 */

footer {
    /* position: absolute;
    */
    /* bottom: 0;
    */
    width: 100%;
    /* height: 427.997px;
    */
    background: #363A8F;
}

footer .top {
    /* height: 234px;
    */
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

footer .left {
    display: flex;
    padding-left: 30px;
    padding-top: 30px;
}

footer dl {
    margin-right: 97.997px;
}

footer dl dt {
    margin-bottom: 30px;
}

footer dl dd {
    margin-bottom: 19.997px;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
}

footer dl dt,
footer dl dd a,
footer dl dd a:hover,
footer dl dd a:visited,
footer dl dd a:link {
    font-size: 16.003px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

footer .right {
    display: flex;
    margin-top: 10.003px;
    height: 100%;
    width: 365.002px;
    border-left: 2px solid #4247AE;
}

footer .right span {
    font-size: 18px;
    font-family: Source Han Sans CN-Normal, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 19.997px;
}

footer .right .ewm {
    margin: 79.997px 24px;
}

footer .right .ewm,
footer .right .qq {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .right img {
    width: 130.003px;
}

footer .botton {
    position: relative;
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%);
    */
    bottom: 5.002px;
}

footer p:first-of-type {
    /* margin-top: 30px;
    */
}

footer p {
    margin-bottom: 19.997px;
    text-align: center;
    font-size: 16.003px;
    font-family: Source Han Sans CN-Light, Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
}

.phone-navigate {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 80px 60px;
    box-sizing: border-box;
}

.phone-navigate .close {
    position: absolute;
    top: 115.997px;
    right: 115.997px;
    width: 132px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    opacity: 1;
}

.phone-navigate .close img {
    width: 144px;
}

.phone-navigate .nav-item {
    border-bottom: 1px solid #eee;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.phone-navigate .nav-item a {
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width:1200px) {
    footer dl dt {
        margin-bottom: 10.003px;
    }
    footer dl dd {
        margin-bottom: 5.002px;
    }
    footer p {
        margin-bottom: 5.002px;
    }
    header nav ul li a {
        width: 150%;
    }
}

@media screen and (max-width:970px) {
    footer dl {
        margin-right: 30px;
    }
}

@media screen and (max-width:768px) {
    .container1 {
        width: unset !important;
    }
    header .middle {
        height: 229.997px;
        line-height: 229.997px;
    }
    header .middle .logo a img {
        width: 400.003px;
    }
    header .middle .search {
        height: 229.997px;
    }
    header .middle .search {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    header .middle .searchbox input {
        width: 1200px;
        height: 120px;
    }
    header .middle .searchbox button {
        width: 270px;
        height: 120px;
        font-size: 40.003px;
    }
    header .top,
    header .middle .search ul,
    header nav,
    footer .right {
        display: none;
    }
    footer {
        height: unset;
    }
    footer .left {
        width: 100%;
        justify-content: space-around;
    }
    footer .botton {
        position: relative;
    }
    footer dl dt,
    footer dl dd a,
    footer dl dd a:hover,
    footer dl dd a:visited,
    footer dl dd a:link,
    footer p {
        font-size: 57.6px;
    }
    header .middle .fold {
        display: flex;
        align-items: center;
    }
    footer p:first-of-type {
        margin-top: 0px;
    }
    footer p {
        margin-bottom: 19.2px;
    }
}

/* .mask>ul:nth-child(n+2) {
    font-size: 20px;
} */

.mask {
    background-color: #666666;
}